git problems installing stuff [closed]
        Posted  
        
            by 
                dale
            
        on Super User
        
        See other posts from Super User
        
            or by dale
        
        
        
        Published on 2012-10-05T01:48:38Z
        Indexed on 
            2012/10/05
            3:41 UTC
        
        
        Read the original article
        Hit count: 960
        
root@Frenzen:~# cd
root@Frenzen:~# git clone --depth 1 git://source.ffmpeg.org/ffmpeg
Initialized empty Git repository in /root/ffmpeg/.git/
root@Frenzen:~# cd
root@Frenzen:~# git clone --depth 1 git://source.ffmpeg.org/ffmpeg
Initialized empty Git repository in /root/ffmpeg/.git/
root@Frenzen:~# git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
Initialized empty Git repository in /root/ffmpeg/.git/
cd
root@Frenzen:~# wget "http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz" -O         ffmpeg-snapshot.tar.gz
--2012-10-05 05:43:55--  http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz
Resolving git.videolan.org... 2a01:e0d:1:3:58bf:fa76:0:1, 88.191.250.118
Connecting to git.videolan.org|2a01:e0d:1:3:58bf:fa76:0:1|:80... 
root@Frenzen:~# cd
root@Frenzen:~# wget "http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz" -O     ffmpeg-snapshot.tar.gz
--2012-10-05 05:44:17--  http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz
Resolving git.videolan.org... 2a01:e0d:1:3:58bf:fa76:0:1, 88.191.250.118
Connecting to git.videolan.org|2a01:e0d:1:3:58bf:fa76:0:1|:80... 
© Super User or respective owner